Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Boxes


Q3Box_GetMinorAxis

You can use the Q3Box_GetMinorAxis function to get the minor axis of a box.

TQ3Status Q3Box_GetMinorAxis (
TQ3GeometryObject box, 
TQ3Vector3D *minorAxis);
box
A box.
minorAxis
On exit, the minor axis of the specified box.
DESCRIPTION
The Q3Box_GetMinorAxis function returns, in the minorAxis parameter, the minor axis of the box specified by the box parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996